Add Method

Task Parallel System.Threading

Overload List

  NameDescription
Add(T)
Adds the item to the BlockingCollection<(Of <(T>)>).
Add(T, CancellationToken)
Adds the item to the BlockingCollection<(Of <(T>)>). A OperationCanceledException is thrown if the CancellationToken is canceled.

See Also